home *** CD-ROM | disk | FTP | other *** search
- Portascan v 0.5
- ---------------
- Portascan is a stand-alone command line port scanner for NT/2000 that
- features selective port scanning and host lists. It is an ideal scanner
- to use when you dont have a full console or GUI access on the host you
- are running portascan from.
-
-
- Using Portascan
- ---------------
- Syntax:
- portascan -h, or just portascan : prints this help page, or
- portascan options, where options are:
-
- -p xx yy : Scan ports from XX to YY
- -d : Scan UDP instead of TCP
- -s portlist : Scan ports specified in file 'portlist'
- Ex portlist - port1 port2 port3 .. portN
- -l logfile : Log Scan results to file 'logfile'
- -i hostip : Single IP Address of the host to be scanned
- -r xxx yyy : Scan hosts with IPs from XXX to YYY
- Feature is not enabled yet - Dont try it
- -u hostlist : Scan hosts listed in file 'hostlist'
- Ex hostlist - IP.IP.IP.IP IP1.IP1.IP1.IP1 ..
- -a : Check to see if host is alive first, by udp.
- -m : Check to see if host is alive first, by ICMP.
- Examples of Usage:
- 1. portascan -i 192.168.0.1 -p 1 255
- Scan for open ports between 1 and 255 on host 192.168.0.1
- 2. portascan -i 192.168.0.1 -p 1 10 -l c:\inetpub\wwwroot\result.t_
- Scan for open ports between 1 and 10 on the host and dump to
- the logfile c:\inetpub\wwwroot\result.t_
-
-
- Bugs, Comments and / feedback
- -----------------------------
- Please email snyakhar@yahoo.com.
-
-
- Future Features
- ---------------
- ..Stealth (half open) Scans
- ..Multi-threading
-
-
-
-
-
-
- Current version of portascan is freeware. Copyright (c) 2000, S.H.Nyakhar
-